Specify more precise customization type, natnum instead of integer
authorJeremy Bryant <jb@jeremybryant.net>
Thu, 29 Feb 2024 00:07:35 +0000 (00:07 +0000)
committerJustin Burkett <justin@burkett.cc>
Thu, 29 Feb 2024 01:52:37 +0000 (20:52 -0500)
* which-key.el (which-key-add-column-padding):  Use natnum

which-key.el

index 600f02f3f8941d03ba107799e2b72b4df89af1b6..dce9718c5b3e3998afee577ea413d45cd742a787 100644 (file)
@@ -106,7 +106,7 @@ before.  Truncation is done using `which-key-ellipsis'."
 (defcustom which-key-min-column-description-width 0
   "Every column should at least have this width."
   :group 'which-key
-  :type 'integer
+  :type 'natnum
   :version "1.0")
 
 (defcustom which-key-add-column-padding 0